From 3231c29fd40a4b66e18a8970c2ab9e39c2ce0dd3 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Tue, 26 Oct 2004 00:36:43 +0000 Subject: [PATCH] bitkeeper revision 1.1159.133.1 (417d9c1b5mKTIH-AkyjXUqMyMjzPeQ) tiny debug build fix --- xen/include/asm-x86/shadow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-x86/shadow.h b/xen/include/asm-x86/shadow.h index b3bc087d08..cffcf2862c 100644 --- a/xen/include/asm-x86/shadow.h +++ b/xen/include/asm-x86/shadow.h @@ -116,7 +116,7 @@ static inline int __mark_dirty( struct mm_struct *m, unsigned int mfn) #ifndef NDEBUG else if ( mfn < max_page ) { - SH_LOG("mark_dirty OOR! mfn=%x pfn=%x max=%x (mm %p)", + SH_LOG("mark_dirty OOR! mfn=%x pfn=%lx max=%x (mm %p)", mfn, pfn, m->shadow_dirty_bitmap_size, m ); SH_LOG("dom=%p caf=%08x taf=%08x\n", frame_table[mfn].u.inuse.domain, -- 2.30.2